home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / claire / 00029.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  176 b   |  14 lines

  1. on enterFrame
  2.   set var to random(42)
  3.   if var = 1 then
  4.     CountTime()
  5.   end if
  6. end
  7.  
  8. on CountTime
  9.   startTimer()
  10.   repeat while the timer < 100
  11.     nothing()
  12.   end repeat
  13. end
  14.